C1.DataConnector Assembly / C1.DataConnector Namespace / SqlParser.ParseContext Class / GetChild Method / GetChild<T>(Int32) Method

In This Topic
GetChild<T>(Int32) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Overridable Function GetChild(Of T As Antlr4.Runtime.Tree.IParseTree)( _
   ByVal i As Integer _
) As T
 

Parameters

i

Type Parameters

T
See Also